/*调整IE10浏览器页面显示*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {



    .h3img2 + ul,.h3img3 + ul,.h3img4 + ul,.h3img5 + ul,.h3img6 + ul,.h3img7 + ul,.h3img8 + ul,.h3img9 + ul{
        display: none;
    }


    .swiper-wrapper .swiper-slide:nth-child(1){
        display: block;
    }
    .swiper-wrapper .swiper-slide:nth-child(2){
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(3){
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(4){
        display: none;
    }
    .swiper-wrapper .swiper-slide:nth-child(5){
        display: none;
    }
}

